repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
devs
/
AHI
/
Examples
/
Low-level
/
3rd party
/
DetectPaulaAudio
/
smakefile
blob
8df308515a36ea5fe2ae35509c2d7cc47be4cfeb
1
all: DetectPaulaAudio.exe
2
3
DetectPaulaAudio.exe: DetectPaulaAudio.o
4
DetectPaulaAudio.o: DetectPaulaAudio.c
5
6
.o.exe:
7
SC LINK $< TO $@
8
9
.s.o:
10
PhxAss NOEXE $< TO $@ QUIET
11
12
.c.o:
13
SC NOLINK $< OBJNAME $@
14